
footer {
    width: 100%;
    border: none;
    padding-top: 40px;
}
footer a {
  transition: all 0.4s ease;
  cursor: pointer;
}
footer a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
footer .logo {
    margin-bottom: 40px;
}
footer .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
}
footer .content .content-left {
  flex: 1;
  display: flex;
}
footer .content .content-left .list-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
footer .content .content-left .list-item .list-item-title {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 24px;
}
footer .content .content-left .list-item .list-item-link {
  color: #E9EBED;
  font-size: 16px;
  line-height: 16px;
}
footer .content .content-right {
  margin-left: 178px;
  color: #fff;
}
footer .content .content-right .p1 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 13px;
  font-weight: bold;
}
footer .content .content-right .p2 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 26px;
  font-weight: bold;
}
footer .content .content-right .p3 {
  font-size: 22px;
  line-height: 22px;
  white-space: nowrap;
  padding: 14px 35px;
  font-weight: bold;
  background: linear-gradient(89deg, #0262DB 0%, #A10ED9 99%);
}
footer .contact-box {
  display: flex;
  justify-content: space-between;
}
footer .contact-box .contact-addr {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #E9EBED;
  font-size: 16px;
  line-height: 16px;
}
.content-right .link {
  margin-bottom: 26px;
  margin-top: 20px;
}
.content-right .link a {
  line-height: 18px;
  border-bottom: 1px solid #E9EBED;
  color: #E9EBED;
}
footer .contact-box .contact-qrcode {
  display: flex;
  gap: 25px;
}
footer .contact-box .contact-qrcode .qrcode-item {
  display: flex;
  flex-direction: column;
}
footer .contact-box .contact-qrcode .qrcode-item .text {
  margin-top: 8px;
  text-align: center;
  color: #E9EBED;
}
footer .contact-box .contact-qrcode .qrcode-item .text.align-left {
  /* text-align: left !important; */
}
footer .contact-box .contact-qrcode{
  display: flex;
  align-items: center;
}
footer .contact-box .contact-qrcode h4{
   color: #E9EBED;
   padding-bottom: 20px;
}
footer .service-right-box {
  position: fixed;
  right: 55px;
  bottom: 700px;
}